home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 6
/
CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso
/
cucd
/
prog
/
gnu-c
/
fd2inline-1.1
/
include
/
inline
/
disk.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-24
|
895b
|
39 lines
/* Automatically generated header! Do not edit! */
#ifndef _INLINE_DISK_H
#define _INLINE_DISK_H
#ifndef __INLINE_MACROS_H
#include <inline/macros.h>
#endif /* !__INLINE_MACROS_H */
#ifndef DISK_BASE_NAME
#define DISK_BASE_NAME DiskBase
#endif /* !DISK_BASE_NAME */
#define AllocUnit(unitNum) \
LP1(0x6, BOOL, AllocUnit, long, unitNum, d0, \
, DISK_BASE_NAME)
#define FreeUnit(unitNum) \
LP1NR(0xc, FreeUnit, long, unitNum, d0, \
, DISK_BASE_NAME)
#define GetUnit(unitPointer) \
LP1(0x12, struct DiskResourceUnit *, GetUnit, struct DiskResourceUnit *, unitPointer, a1, \
, DISK_BASE_NAME)
#define GetUnitID(unitNum) \
LP1(0x1e, LONG, GetUnitID, long, unitNum, d0, \
, DISK_BASE_NAME)
#define GiveUnit() \
LP0NR(0x18, GiveUnit, \
, DISK_BASE_NAME)
#define ReadUnitID(unitNum) \
LP1(0x24, LONG, ReadUnitID, long, unitNum, d0, \
, DISK_BASE_NAME)
#endif /* !_INLINE_DISK_H */